home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / administ / netparse / netparse.doc next >
Text File  |  1996-07-10  |  3KB  |  94 lines

  1. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  2.  NETPARSE, A Compression / Database Preparation Utility for Novell Netware(tm)
  3. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  4.  
  5.    NETPARSE, (C)opywrite 1991, Suncoast Software Systems and Charles Dittell
  6.  
  7.                          Version 1.6, Released 5/18/91
  8.  
  9.  
  10. INTRODUCTION
  11. ------------
  12.  
  13. Netparse is a utility designed to enable Network Administrators create more
  14. useful information from Novell Netware's activities reporting processes. It
  15. creates an output file which contains only relevant data; extraneous
  16. expressions such as "from", "by", etc., are deleted, and the output is
  17. formatted for use in almost any database. Netparse may be called from a
  18. batch file, and is "network safe", enabling access by only one network
  19. user (usually the Supervisor) at a time. 
  20.  
  21.  
  22. INSTALLATION
  23. ------------
  24.  
  25. Netparse has been designed to use a file created by redirecting the output
  26. from its activiting logging program, Paudit(tm). In order to create this
  27. file, the following command line (or batch file command) is utilized:
  28.  
  29.             PAUDIT > NET.LOG
  30.  
  31. You may name your log file the name of your choice. 
  32. Place Netparse.exe in the SAME DIRECTORY as your log file; call Netparse
  33. directly or through a batch file. The following (optional) switches are
  34. supported:
  35.  
  36.   /a   Append the information to an existing file with the same name
  37.        (if one exists)
  38.  
  39.   /o   Overwrite a previous file with the same name (if one exists)
  40.  
  41.   /"c" (Where c is any ascii character) Separator between fields
  42.  
  43. Defaults are to overwrite any existing output file (equivalent to /O) and
  44.  a space as field separator (equivalent to /" ").
  45.  
  46. Some examples:
  47.  
  48.   netparse net.log net.out /a /","
  49.     (creates or appends data to net.out from net.log; uses comma as
  50.      field separator)
  51.  
  52.   netparse net.log database.out
  53.     (no switches: creates database.out, overwriting database.out if one exists,
  54.      uses the default of space as field separator)
  55.  
  56.  
  57.  
  58. USE
  59. ---
  60.  
  61. The primary use of Netparse is to prepare Paudit's log information for
  62. effective use in a database environment. The following fields are provided:
  63.  
  64.          Date   Time   LAN_Name   User   Action   Net_Address
  65.  
  66. As mentioned above, field separators may be chosen by you; the default is a
  67. space.
  68.  
  69.  
  70. ASSISTANCE
  71. ----------
  72.  
  73. Questions, comments, suggestions, problems and frustrations may be shared by
  74. calling the Netparse Support BBS, Suncoast City BBS, leaving a message for
  75. the SysOp in the "Suncoast Software Systems Support" Message Area. The newest
  76. version of Netparse will be available (even to unregistered users and first
  77. time callers) in the "Suncoast Software Systems" files area (the only one
  78. available to first-time callers). Current compressed file name is
  79. Netpar15.zip.
  80.  
  81.  
  82. HISTORY
  83. -------
  84.  
  85. 5/18/91  ver 1.6; now skips empty lines (usually top line)
  86. 5/16/91  ver 1.5; first release to the general public. Streamlined switch
  87.                   selection
  88.  
  89. 5/10/91  versions 1.0 to 1.4; development/beta-testing phase
  90.  
  91. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  92.                  BBS Support: Suncoast City BBS, 813-953-5505
  93. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  94.